home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / zgrwin37.zip / PIE.DAT < prev    next >
Text File  |  1992-08-22  |  898b  |  46 lines

  1.  
  2. ! *****************************************************************
  3. ! *  PIE.DAT --  Sample Data File for Constructing a Pie Graph    *
  4. ! *****************************************************************
  5.                    
  6. ! ****************
  7. ! *  Graph Type  *
  8. ! ****************
  9.  
  10. #GRAPH TYPE = PIE GRAPH
  11.  
  12.                    
  13. ! ******************
  14. ! *  Graph Titles  *
  15. ! ******************
  16.  
  17. #MAIN TITLE  = Grain Sales (by Percent) ^
  18. #ITEM TITLES =Wheat^Corn ^Soy  ^Rice ^Other^
  19.  
  20.  
  21. ! ******************
  22. ! *  Graph Colors  *
  23. ! ******************
  24.  
  25. #BKG_COLOR     = 9
  26. #DRAW_COLOR    = 15
  27. #FILL_COLORS   = 10 ^ 11 ^ 12 ^ 13 ^ 14 ^
  28.  
  29. ! *******************
  30. ! *  Graph Options  *
  31. ! *******************
  32.  
  33. #OPTIONS = 3D
  34.  
  35.     
  36. ! ********************************
  37. ! * Graph Data -- 5 Pie Sections *
  38. ! ********************************
  39.  
  40. #DATA
  41.     30.0
  42.     25.0
  43.     20.0
  44.     10.0
  45.     15.0
  46.